internal/runtime/maps.groupReference.elem (method)

38 uses

	internal/runtime/maps (current package)
		group.go#L285: func (g *groupReference) elem(typ *abi.SwissMapType, i uintptr) unsafe.Pointer {
		map.go#L458: 			slotElem := g.elem(typ, i)
		map.go#L548: 			slotElem := g.elem(typ, i)
		map.go#L577: 	slotElem := g.elem(typ, i)
		map.go#L618: 		elem := g.elem(typ, i)
		map.go#L702: 			slotElem := g.elem(typ, i)
		runtime_fast32_swiss.go#L167: 			slotElem := g.elem(typ, i)
		runtime_fast32_swiss.go#L186: 	slotElem := g.elem(typ, i)
		runtime_fast32_swiss.go#L260: 					slotElem = g.elem(typ, i)
		runtime_fast32_swiss.go#L300: 				slotElem = g.elem(typ, i)
		runtime_fast32_swiss.go#L393: 					slotElem = g.elem(typ, i)
		runtime_fast32_swiss.go#L433: 				slotElem = g.elem(typ, i)
		runtime_fast64_swiss.go#L167: 			slotElem := g.elem(typ, i)
		runtime_fast64_swiss.go#L186: 	slotElem := g.elem(typ, i)
		runtime_fast64_swiss.go#L260: 					slotElem = g.elem(typ, i)
		runtime_fast64_swiss.go#L300: 				slotElem = g.elem(typ, i)
		runtime_fast64_swiss.go#L337: 			slotElem := g.elem(typ, i)
		runtime_fast64_swiss.go#L356: 	slotElem := g.elem(typ, i)
		runtime_fast64_swiss.go#L432: 					slotElem = g.elem(typ, i)
		runtime_fast64_swiss.go#L472: 				slotElem = g.elem(typ, i)
		runtime_faststr_swiss.go#L235: 			slotElem := g.elem(typ, i)
		runtime_faststr_swiss.go#L254: 	slotElem := g.elem(typ, i)
		runtime_faststr_swiss.go#L331: 					slotElem = g.elem(typ, i)
		runtime_faststr_swiss.go#L371: 				slotElem = g.elem(typ, i)
		table.go#L208: 				slotElem := g.elem(typ, i)
		table.go#L241: 				slotElem := g.elem(typ, i)
		table.go#L291: 				slotElem := g.elem(typ, i)
		table.go#L339: 			slotElem := g.elem(typ, i)
		table.go#L400: 			slotElem := g.elem(typ, i)
		table.go#L443: 				slotElem := g.elem(typ, i)
		table.go#L653: 			elem := it.group.elem(it.typ, slotIdx)
		table.go#L714: 						elem = it.group.elem(it.typ, k)
		table.go#L726: 				elem = it.group.elem(it.typ, k)
		table.go#L859: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L974: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L1067: 			elem := g.elem(typ, j)
		table.go#L1108: 				elem := g.elem(typ, j)
		table_debug.go#L117: 			dump(g.elem(typ, j), typ.Elem.Size_)